home *** CD-ROM | disk | FTP | other *** search
- &1 0
- ;simple test file to verify the object file reader
- ;this should draw a square
- #mag
- 10
- #vertex
- ;axis
- 0 0 0
- ;1 to 6
- -10 0 0
- 10 0 0
- 0 -10 0
- 0 10 0
- 0 0 -10
- 0 0 10
- ;7 to 12
- -30 0 0
- 30 0 0
- 0 -30 0
- 0 30 0
- 0 0 -30
- 0 0 30
- ;13 to 18
- -60 0 0
- 60 0 0
- 0 -60 0
- 0 60 0
- 0 0 -60
- 0 0 60
- ;19 to 24
- -100 0 0
- 100 0 0
- 0 -100 0
- 0 100 0
- 0 0 -100
- 0 0 100
- ;draw each half of each axis line in segments, so the entire line
- ;won't get clipped or dropped when the viewpoint is really close. Leave
- ;a 10LY gap in the center.
- #conn
- -1 7 13 19 -2 8 14 20 -3 9 15 21 -4 10 16 22 -5 11 17 23 -6 12 18 24
- #centroid
- 100 0 0
-
- #offset
- 0 0 0
-
- #color1
- 44
- #color2
- 45